#hank div{
  --background: #fafafa;
  align-items: center;
  text-align: center;
  width: 80%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  position: relative;
  display: flex;
  z-index: 3;
}

#hank img{
  position: fixed;
  width: auto;
  height: auto;
  margin-top: 5%;
  z-index: 5;
}

#limpar{
  background-color: rgb(128, 0, 21);
  color: #fff;
  width: 150px;
  height: auto;
  font-size: 20px;
  position: relative;
  margin: 0 auto;
  margin-left: 70%;
  padding: 1%;
  border-radius: 5% 5%, 5% 5%;
}

#limpar img{
  width: 20px;
	height: auto;
	position: relative;
	align-items: center;
	text-align: center;
	margin: 0;
	--margin: 5% 1% 0 0;
	padding: 0 auto;
}

#fecha{
  background-color: #0b0b00;
  color: #fff;
  border-radius: 15%;
  font-size: 15px;
  width: 35px;
  height: 35px;
  position: relative;
  margin: 0 auto;
  margin-left: 2%;
}

#tab {
  position: relative;
  text-align: center;
  font-family: Arial, sans-serif;
  background:rgb(24, 25, 54) ;
  border: 5%;
  border-radius: 0 2%;
  margin: 0 auto;
  margin-top: -4%;
  margin-bottom: 5%;
  padding: 1%;
  width: 95%;
  height: auto;
}

tr:nth-child(even) {
  background:#fff;
}

tr:nth-child(odd) {
  background:#cdcdce;
}

#tab thead th{
  background-color: rgb(75, 75, 101);
  color: #fafafa;
  padding: 0.8%;
}

#l1{
  background: rgb(190, 161, 0);
  color: #4d4900;
  font-size: 40px;
  font-weight: bolder 5px #4d4900;
  height: 50px;
  align-items: center;
  margin: o auto;
  padding: 0 auto;
}

#l1 img{
  width: 50px;
  height: auto;
  position: relative;
  margin: 0 auto;
  padding: 0 auto;
}

#l2{
  background: silver;
  color: #40403f;
  font-size: 30;
  font-weight: bolder #40403f;
  height: 40px;
  align-items: center;
  margin: o auto;
  padding: 0 auto;
}

#l2 img{
  width: 30px;
  height: auto;
  position: relative;
  margin: 0 auto;
  padding: 0 auto;
}

#l3{
  background: #d1a173;
  color: #5b3918;
  font-size: 20px;
  font-weight: bolder #5b3918;
  height: 30px;
  align-items: center;
  margin: o auto;
  padding: 0 auto;
}

#l3 img{
  width: 20px;
  height: auto;
  position: relative;
  margin: 0 auto;
  padding: 0 auto;
}